All Questions
Tagged with postgresqlremote
6 questions
0votes
1answer
794views
PostgreSQL remote connection on NAS Synology Diskstation DS216j
I have a postgreSQL database running on a NAS Synology Diskstation DS216j connected to my router. I want to be able to connect and use the database from a remote computer outside my LAN. In order to ...
1vote
1answer
769views
How can I install PostgreSQL and PostGIS on Ubuntu 14.04 and enable remote access over the internet?
I would like to install PostgreSQL and PostGIS on my Ubuntu 14.04 virtual private server that is hosted in a remote datacenter. How can I enable remote access on them?
2votes
1answer
2kviews
Ways to restrict remote user to only access a remote database
I want to be able to setup a remote user that can update a PostgreSQL database on a production server. I have two machines, one is a local server that I use as a command and control system, named ...
0votes
0answers
2kviews
Cannot telnet to Postgresql Forwarded Port
I'm trying to portforward a PostgreSQL port using my DLINK ADSL Router. I have the following IP addresses. Public Internet IP 197.321.321.32 PostgreSQL 192.123.123.12:5432 (Port To ...
0votes
1answer
2kviews
PostgreSQL Remote Connection debugging
I'm having issues connecting to my PostgreSQL database from an online source. PostgreSQL seems to be setup up fine it is running on it's default port 5432 and the postgresql.conf has the following ...
0votes
0answers
37views
Apache PostreSQL database server only
I was wondering if it's possible to use apache to make a postgresql database available for connections from the web without using a website to interface with the database. Instead of having a webpage ...